home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / wb / czesc_2 / ml / man / dos / say < prev    next >
Text File  |  1993-01-23  |  1KB  |  42 lines

  1. SAY(1)                          DOS COMMANDS                          SAY(1)
  2.  
  3. NAME
  4.      SAY : To make the Amiga talk.
  5.  
  6. SYNOPSIS
  7.      SAY [<text>] [m|f|r|n] [s=<n>] [p=<n>] [x=<file>]
  8.  
  9. TEMPLATE
  10.      SAY "[-m] [-f] [-r] [-n] [-s speed] [-p pitch] [-x filename]"
  11.  
  12. PATH
  13.      SYS:Utilities.
  14.  
  15. DESCRIPTION
  16.            SAY is a command that reads a text through the speakers of the 
  17.      Amiga. By default SAY simply reads the text on the command line, but
  18.      it can also read a text file (using the -x option). Options are all
  19.      preceeded by a minus sign, this is how SAY knows where the text to
  20.      read ends.
  21.            Say can also be started from Workbench and run in an 
  22.      interactive mode.
  23.  
  24. OPTIONS
  25.      Options must be preceeded by a minus signed on the command line: -f.
  26.      m : Use a male voice (default.)
  27.      f : Use a female voice.
  28.      r : Use a robotic voice, speed with no inflection.
  29.      n : Use a Natural voice, speed with inflection (default.)
  30.      s : Set the rate at which the text is read, in word per minute. Valid
  31.          values are from 40 to 400.
  32.      p : Set the pitch of the voice. Valid values are from 64 to 320.
  33.      x : This option can be used to tell SAY to read from file.
  34.  
  35. SEE ALSO
  36.      Devices.
  37.  
  38. EXAMPLE
  39.      > SAY "Amiga can speak"
  40.      > SAY "Hello You" -f
  41.      > SAY -x S:Startup-sequence
  42.